home *** CD-ROM | disk | FTP | other *** search
- ' Script to log on to a Wildcat! BBS.
-
- If LastConnectUserId = "" then
- MSGBOX "Please fill in the UserID and Password Field in the Dialing Entry First"
- End
- End If
-
- When match "top" Do Send
-
- WaitFor "Name" 'Enter Name from UserId in Dialing Entry
- Send LastConnectUserId
-
- WaitFor "Password" 'Enter Password from Password Field in Dialing Entry
- Send LastConnectPassword